TArray.Shuffle<T>(T[],Integer,Integer) Method

Shuffles the specified count of elements in the array starting at the specified index using the Fisher-Yates algorithm.

Namespace: Spring
public
 class procedure Shuffle<T>(var values: array of T;
 index, count: Integer); overload; static;

Type Parameters

T

Parameters

values
Type: array of T

index
Type: Integer

count
Type: Integer